libxl: fix missing include of <signal.h>
authorChristoph Egger <Christoph.Egger@amd.com>
Tue, 11 Jan 2011 18:44:41 +0000 (18:44 +0000)
committerChristoph Egger <Christoph.Egger@amd.com>
Tue, 11 Jan 2011 18:44:41 +0000 (18:44 +0000)
libxl_dm.c:713: warning: implicit declaration of function 'kill'

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c

index cffec4b5153ff56746049fd200b9efcdcc8da1bc..6a34dcd4f159d2616e0dfb4a10ed22a3a27dafa5 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <signal.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include "libxl_utils.h"